Creates a new instance of this type using the default constructor.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public static T New<T>(
	this Type type
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function New(Of T) ( _
	type As Type _
) As T

Parameters

type
Type: System..::..Type
The type.

Type Parameters

T

Return Value

A new instance of type T

See Also